diff options
author | LarsVomMars | 2024-12-27 13:01:37 +0100 |
---|---|---|
committer | LarsVomMars | 2024-12-27 13:01:37 +0100 |
commit | 1ffbf71a057e8789fd6471e319a9a16c4ce031e1 (patch) | |
tree | c15c4a8a72ae07ea496c6232445f74b46326b1ba /src/pages/blog/[event]/index.astro | |
parent | 492922eb31f3c4e8232b97eb2b81824a6eecddd1 (diff) |
update urls
Diffstat (limited to 'src/pages/blog/[event]/index.astro')
-rw-r--r-- | src/pages/blog/[event]/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/blog/[event]/index.astro b/src/pages/blog/[event]/index.astro index 5bab8f0..46e2557 100644 --- a/src/pages/blog/[event]/index.astro +++ b/src/pages/blog/[event]/index.astro @@ -112,7 +112,7 @@ const posts = blogs { posts.map((post) => ( <li> - <a href={`/blog/${post.id}`}> + <a href={`/astro-blog/blog/${post.id}`}> <h4 class="title">{post.data.title}</h4> </a> </li> |